/*================基本样式重置================*/
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, img, span, i, a, em, strong, b, input, textarea, select { margin: 0; padding: 0; box-sizing: border-box; }
i, em { font-weight: normal; font-style: normal; }
body { width: 100%; position: relative; font: 12px/1.5 \5b8b\4f53, tahoma, arial, sans-serif; font-family: "Microsoft YaHei"; box-sizing: border-box; }
.header { display: none }
li { list-style: none; }
a, img, input { border: 0 none; }
a { text-decoration: none; outline: none; }
a:hover { text-decoration: none; }
a:focus, input:focus { outline: 0 none; }
textarea { resize: none; font-size: 12px; } /*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
div { box-sizing: border-box; }
/*========定义基础样式========*/
.hide { display: none; }
.fl { float: left; }
.fr { float: right; }
.clearfix:after { content: " "; display: block; clear: both; height: 0; }
.clearfix { zoom: 1; }
/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity { filter: alpha(opacity=100); opacity: 1; -moz-opacity: 1; }
a:hover .opacity { filter: alpha(opacity=80); opacity: 0.8; -moz-opacity: 0.8; }
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1200 { width: 15.6rem !important; margin: 0px auto; overflow: hidden }
.w1200pc{width: 15.6rem !important; margin: 0px auto; }
.fly { opacity: 0; transition: all 600ms ease-in-out; transform: translateY(100px) scale(1.05) translate3d(0, 0, 0); }
.show-block { opacity: 1; transform: translateY(0) scale(1) translate3d(0, 0, 0); }
.shXW-xq { width: 800px; height: 460px; margin: auto; text-align: center; overflow: hidden; margin-top: 30px; }
.shXW-xq video { width: 800px; height: 460px; }
#wrapper { width: 100%; margin: 0 auto; }
#tabs3 { width: 100%; margin: 0 auto; }
#tabs3 ul.anlm { display: block; float: left; width: 2.3rem; }
#tabs3 .anlm li { border-bottom: 1px solid #eaeaea; }
#tabs3 .anlm li a { display: block; color: #333; line-height: 0.4rem; font-size: 0.18rem; padding-left: 0.2rem; padding-right: 0.2rem }
#tabs3 .anlm li a span { float: right; font-size: 0.12rem }
#tabs li a:hover, #tabs2 li a:hover, #tabs3 li a:hover, #tabs4 li a:hover, #tabs5 li a:hover { color: #dc3538; }
#tabs_container { float: left; width: 12.3rem; margin-left: 1rem; overflow: hidden; position: relative; }
#tabs_container div { width:12.3rem; }
#tabs_container div h5 { font-weight: normal; color: #dc3538; font-size: 0.18rem; line-height: 0.4rem; padding-bottom: 10px; }
#tabs_container div ul { border-left-width: 1px; border-top-width: 1px; border-left-style: solid; border-top-style: solid; border-left-color: #CCC; border-top-color: #CCC; }
#tabs_container div ul li { float: left; width: 33.3333%; padding-left: 3%; line-height: 0.4rem; color: #666; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #CCC; border-bottom-color: #CCC; height: 0.4rem; }
.tabulous_active { color: #dc3538 !important; border-bottom: 1px solid #dc3538; }
.tabulousclear { display: block; clear: both; }
.transition { -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; transition: all .3s ease-in-out; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -o-transition-delay: .3s; -ms-transition-delay: .3s; transition-delay: .3s; }
.make_transist { -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.hidescale { -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -o-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); filter: alpha(opacity=0); opacity: 0; }
.showscale { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -o-transition-delay: .3s; -ms-transition-delay: .3s; transition-delay: .3s; }
.hideleft { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -o-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; }
.showleft { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -o-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -o-transition-delay: .3s; -ms-transition-delay: .3s; transition-delay: .3s; }
.hidescaleup { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; }
.showscaleup { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -o-transition-delay: .3s; -ms-transition-delay: .3s; transition-delay: .3s; }
.hideflip { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-transform: rotatey(-90deg) scale(1.1); -moz-transform: rotatey(-90deg) scale(1.1); -o-transform: rotatey(-90deg) scale(1.1); -ms-transform: rotatey(-90deg) scale(1.1); transform: rotatey(-90deg) scale(1.1); -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; }
.showflip { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -o-transition-delay: .3s; -ms-transition-delay: .3s; transition-delay: .3s; -webkit-transform: rotatey(0deg) scale(1); -moz-transform: rotatey(0deg) scale(1); -o-transform: rotatey(0deg) scale(1); -ms-transform: rotatey(0deg) scale(1); transform: rotatey(0deg) scale(1); -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; }
a { text-decoration: none!important; outline: none!important; }
a:active { star:expression(this.onFocus=this.blur())!important;
}
 @-webkit-keyframes fadeIn {  0% {
 opacity: 1; /*初始状态 透明度为0*/
}
 50% {
 opacity: 0; /*中间状态 透明度为0*/
}
 100% {
 opacity: 0; /*结尾状态 透明度为1*/
}
}
 @-webkit-keyframes circle {  0% {
transform:rotate(0deg);
}
 100% {
transform:rotate(360deg);
}
}
 @-webkit-keyframes rotation {  from {
-webkit-transform: rotate(0deg);
}
to { -webkit-transform: rotate(360deg); }
}
.clear { clear: both; height: 0; font-size: 0; line-height: 0; overflow: hidden; }
.titb a { color: #0d36bf; font-size: .28rem;
font-weight: bold; line-height: 30px; }
.titb { position: relative; border: none; background-image: url(f.png); background-repeat: repeat-x; -webkit-background-size: 6px 9px; background-size: 6px 9px; background-position: bottom left; height: 50px; margin-bottom: 20px }
.titb a::after { content: ''; display: block; position: absolute; left: 0; bottom: 0px; width: 100%; height: 9px; background-image: url(f_cur.png); background-repeat: repeat-x; -webkit-background-size: 6px 9px; background-size: 6px 9px; background-color: transparent; background-position: bottom left; width: 90px }
.textzbu { float: left; width: 50%; padding-bottom: 100px; }
.video { float: right; width: calc(50% - 30px); margin-top: 50px; }
.video video { min-height: 4rem; width: 100%; background-color: #000 }
.textzbu p { font-size: 0.18rem; color: #484848; TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; padding-top: 10px; }
.withArrow { font-size: 0.18rem; }
.jjabout { padding-top: 60px; }
.withArrow { margin-top: 10px }
.withArrow li { padding-top: 10px; float: left; width: 30% }
.withArrow li a { color: #484848; }
.withArrow li:hover a { color: #0d36bf; }
.withArrow li .iconfont { padding-right: 8px; color: #0a3b95 }
.jjabout .btn a { display: none; color: #FFF; background-color: #0d36bf; line-height: 40px; width: 100px; text-align: center; margin-top: 20px }
.investor-body { background: url(bg_investor.jpg) no-repeat top center fixed #fff; background-size: 100% auto; }
.inside-tips {  line-height: .22rem;color: #E5EBF7; padding-top:250px; height:450px; }
.path {height: .72rem; background-image: url(bg_bg05.png); background-position: center top; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E5E5E5; }
.inside-tips h2 { font-weight: normal; font-size: 32px;  line-height: .6rem;
color: #fff; padding-top: 13px; }
.inside-tips p.fz16 { font-size: 0.28rem; line-height: 2; color: #fff }
.inside-tips p { font-size: 0.2rem; }
.inside-tips { line-height: 1.8; color: #E5EBF7; }
.inside-tips a { display: inline-block; width: 44px; height: 44px; right: 5px; float: right; margin-top: -0.3rem }
.content { background-color: #fff }
.nrinyu { background-color: #fff }
.profile-wrap .f36 {
 font-size: .36rem; color: #dddddd; font-family: Arial; text-transform: uppercase; font-weight: bold; }
.profile-wrap .f48 {
 font-size: .35rem; line-height: 1; color: #0d36bf; padding-top: 50px }
.profile-wrap .cont { font-size: 0.18rem; color: #666; line-height: 0.32rem; TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; padding-bottom: 10px; }
.profile-wrap .cont p { margin-bottom: 10px; }
.path .fr { color: #949494;font-size:.16rem; }
.path .fr a {
line-height:.72rem;
font-size:.16rem; display: inline-block; color: #949494; padding-left: 10px; }
.navigation { width: 100%; margin-top: 0.3rem; }
.navigation ul li { width: auto; height: 0.5rem; border: 1px solid #eaeaea; line-height: 0.5rem; text-align: center; float: left; margin-right: 0.15rem; margin-bottom: 0.15rem }
.navigation ul li.on, .navigation ul li:hover { border: 1px solid #0d36bf; }
.navigation ul li.on a, .navigation ul li a:hover { background: #0d36bf; line-height: 0.5rem; color: #fff; }
.navigation ul li a { display: block; height: 100%; font-size: 0.18rem; color: #666; padding: 0 0.4rem; }
.text_cur { line-height: 0.7rem; border-top: 1px solid #e8e8e8; height: 0.7rem; }
.text_cur span { max-width: 45%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.text_cur a { color: #000; }
.text_cur a:hover { color: #be9a78; }
.flt { float: left; }
.frt { float: right; }
.his_list {
 padding-top: .5rem; position: relative; padding-bottom: 0.5rem; margin-top: 0.6rem }
.his_list .line { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 1px; background: #d3d3d3 }
.his_list ul li { text-align: right; margin: 20px 0; width: 50%; padding-right: 50%; clear: both; position: relative; }
.his_list ul li i { position: absolute; left: 100%; margin-left: -5px; top: 10px; width: 9px; height: 9px; border-radius: 100%; background: #d3d3d3 }
.his_list ul li i:after { content: ''; display: block; position: absolute; left: 50%; margin-left: -80px; width: 60px; height: 1px; background: #d3d3d3; top: 4px; }
.his_list ul li:nth-child(2n) i:after { margin-left: 20px; }
.his_list ul li:nth-child(2n) { padding-right: 0; padding-left: 50%; text-align: left; }
.his_list ul li .text { padding: 0 100px; line-height: 28px; color: #262626; box-sizing: inherit; display: block; width: 490px; }
.his_list ul li .text h3 { font-size: 20px; color: #f90000; font-weight: normal; margin-bottom: 10px; }
 @media only screen and (max-width: 1200px) {
.his_list ul li .text { padding-left: 0 }
.his_list ul li:nth-child(2n) .text { padding-left: 100px; padding-right: 0 }
}
 @media only screen and (max-width: 750px) {
.his_list ul { padding-left: 50px; }
.his_list ul li i { left: -40px }
.his_list ul li { padding: 0 !important; width: 100%; text-align: left; }
.his_list ul li .text { padding: 0 !important }
.his_list .line { left: 10px; right: auto; }
.his_list ul li i:after { margin-left: 10px !important; width: 20px !important; }
}
.flynrrr { animation: bounceInRight 2s infinite cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-iteration-count: 1; }
.flynlll { animation: bounceInLeft 2s infinite cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-iteration-count: 1; }
.flynxxx { animation: bounceInXia 1s infinite cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-iteration-count: 1; }
 @keyframes bounceInLeft {  0% {
 opacity: 0;
 transform: translate3d(-3000px, 0, 0);
}
 60% {
 opacity: 1;
 transform: translate3d(25px, 0, 0);
}
 75% {
 transform: translate3d(-10px, 0, 0);
}
 90% {
 transform: translate3d(5px, 0, 0);
}
 100% {
 transform: none;
}
}
@keyframes bounceInRight {  0% {
 opacity: 0;
 transform: translate3d(3000px, 0, 0);
}
 75% {
 transform: translate3d(-5px, 0, 0);
}
 90% {
 transform: translate3d(5px, 0, 0);
}
 100% {
 transform: none;
}
}
 @keyframes bounceInXia {  0% {
 opacity: 0;
 transform: translate3d(0, 100px, 0);
}
 75% {
 transform: translate3d(0, -20px, 0);
}
 95% {
 transform: translate3d(0, 10px, 0);
}
 100% {
 transform: none;
}
}
